bug report
authorJoey Hess <joeyh@joeyh.name>
Mon, 3 Oct 2022 17:00:29 +0000 (13:00 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 3 Oct 2022 17:00:29 +0000 (13:00 -0400)
doc/bugs/dead_with_no_params_can_mark_repo_with_empty_description_dead.mdwn [new file with mode: 0644]

diff --git a/doc/bugs/dead_with_no_params_can_mark_repo_with_empty_description_dead.mdwn b/doc/bugs/dead_with_no_params_can_mark_repo_with_empty_description_dead.mdwn
new file mode 100644 (file)
index 0000000..8f3ce88
--- /dev/null
@@ -0,0 +1,11 @@
+       joey@darkstar:~/tmp/xxxx>git annex describe here ""
+       describe here ok
+       (recording state in git...)
+       joey@darkstar:~/tmp/xxxx>git-annex dead
+       dead  ok
+       (recording state in git...)
+
+I would be ok with `git-annex dead ""` doing that, perhaps, but when
+no parameters are given, it constructs the empty string itself, which is a bug.
+
+Found this in <https://bugs.debian.org/855648> --[[Joey]]